home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-21 / xcb-20.zip / CHANGES < prev    next >
Text File  |  1992-11-02  |  2KB  |  38 lines

  1.  
  2. Version 2.0 (patchlevel 0):
  3.     o  Went to an Xaw and Xt based implementation.  Many pros and
  4.        cons to this decision.  Some of the pros:  standardized
  5.        support for Toolkit command line switches, support for
  6.        resource specifications .Xdefaults app-defaults files etc.,
  7.        control over individual subwindow sizes, placement, 
  8.        translations etc.  Some of the cons: program is noticeably
  9.        fatter and slower (Booo, hiss).
  10.     o  User selectable number of cut buffers - any number from
  11.        1 upwards; no longer limited to 8.
  12.     o  Added code for compatibility with XView 2.0 and 3.0 applications
  13.        (code provided Danny Vanderryn; thanks Danny!).
  14.     o  Added XIO error handler for graceful shutdown when killed.
  15.     o  Changed list processing for '-p' and '-s' options so that
  16.        list order and duplicates are significant.
  17.  
  18. Version 1.1 (patchlevel 1):
  19.     o  Added WM_CLASS hints to the client properties.  This fixed
  20.        failures by some window managers (e.g. mwm, olwm) to honour
  21.        client decoration directives.
  22.     o  Removed 9x15bold default font specification (sigh, reluctantly).
  23.     o  #include <stdlib.h> directive is now conditional upon __STDC__.
  24.     o  Added another example to the man page.
  25.     o  Several porting changes to Imakefile and Makefile.std
  26.     o  Fallback geometry in vertical mode altered to give a tall, thin 
  27.        window size.
  28.     o  Support for non-standard implementations of realloc() added, i.e.
  29.        '-s' option never passes a NULL pointer value to realloc() now.
  30.     o  Function declarations rewritten for compilation in both
  31.        ANSI and non-ANSI environments.
  32.     o  usage() string concatenated.
  33.     o  Warnings/complaints from some compilers re parameter type 
  34.        mismatch in XChangeProperty() calls fixed.
  35.  
  36. Version 1.0:
  37.     o  Initial version
  38.